@charset "utf-8";
/* CSS Document */

#background {
	background: linear-gradient(to bottom, #333333 30%, #ffffff 100%);
	width: 100%;
	height: 100%;
}

#header-color {
background-color:#333333;
}

#header {
	max-width: 100%;
	margin: 0 auto;
	padding: 0px;             	
}


#width {
	vertical-align: text-bottom;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	max-width:1000px;

}

#width h5{
	display:none;
}

#map-width {
	vertical-align: text-bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	height:70px

}

#topline {
	margin: 0px auto;
	max-width: 1000px;
	border-top: 1px solid;
	border-color:#e5e5e5;
}

#barline {
	margin: 0px auto;
	max-width:800px;
	border-top: 1px solid;
	border-color:#1e1e1e;
}

#leftline {
	height: 100%;
	border-left: 1px solid;
	border-right: 1px solid #000000;
}

#top-width {
	vertical-align: text-bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
}

@media (max-width: 1020px) 
{
	#top-width {
        display:none;
    }
	
	#map-width {
        display:none;
    }
	
	#width h5{
	margin: 0 auto;
	padding: 0;
	display:block;
}
	
	/*#footer-width {
      height:145px;
    }*/
}